From 754ef809cf7c382bc26287257fd2bda7cc05c21b Mon Sep 17 00:00:00 2001 From: "maf46@burn.cl.cam.ac.uk" Date: Fri, 18 Feb 2005 15:58:57 +0000 Subject: [PATCH] bitkeeper revision 1.1205.1.6 (421610c1mW36wSV3s2_Nq4aCfp5XTQ) Added a printk to acknowledge hitting the debugprint toggle key. --- xen/common/keyhandler.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/common/keyhandler.c b/xen/common/keyhandler.c index 2ef722afe0..e07e31661d 100644 --- a/xen/common/keyhandler.c +++ b/xen/common/keyhandler.c @@ -161,6 +161,7 @@ void debugtrace_key(unsigned char key) static int send_to_console = 0; send_to_console = !send_to_console; + printk("Toggling the state of debugtrace_printk\n"); debugtrace_dump(send_to_console); } #endif -- 2.30.2